Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 81f65e345330ab3809bbd0f2a7e8acb721f18793


Parents : 34b3987
Author : Mark Qvist <mark@unsigned.io>
Date : 2023-08-15T11:13:31+02:00

Updated install section

Changes

1 files changed, 23 insertions(+), 1 deletions(-)

M README.md +23 -1

Diff

diff --git a/README.md b/README.md
index e8f8b25..170e859 100755
--- a/README.md
+++ b/README.md
@@ -30,7 +30,29 @@ The easiest way to install Nomad Network is via pip:
```bash
# Install Nomad Network and dependencies
-pip3 install nomadnet
+pip install nomadnet
+
+# Run the client
+nomadnet
+
+# Or alternatively run as a daemon, with no user interface
+nomadnet --daemon
+
+# List options
+nomadnet --help
+```
+
+If you are using an operating system that blocks normal user package installation via `pip`, you can use the `pipx` tool to install Nomad Network instead:
+
+```bash
+# Install Nomad Network
+pipx install nomadnet
+
+# Optionally install Reticulum utilities
+pipx install rns
+
+# Optionally install standalone LXMF utilities
+pipx install lxmf
# Run the client
nomadnet


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────